home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 November / MACPOWER-1997-11.ISO.7z / MACPOWER-1997-11.ISO / AMUG / MUSIC / bol-processor-271-data.sit / bol-processor-271-data / BP2 examples / BP2 data / -da.checkPhaseTable < prev    next >
Text File  |  1995-01-08  |  1KB  |  34 lines

  1. -se.checkVolChan
  2. -in.abc1
  3. -ho.abc1
  4.  
  5. // Creates silence-object ヤ~ユ after <<W1>>
  6. ab---<<W1>>--_vol(34)---c{a-b--,cd}ef
  7. // Phase table obtained:
  8. a _ b _ - _ _ _ _ _ <<W1>>~ _ _ _ _ _ _ _ _ _ c _ a _ - _ b _ - _ _ _ f _ -1 
  9. - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ c _ _ _ _ d _ _ _ _ -1 
  10.  
  11. // Creates silence-objects after <<W1>> and after _mod(34)
  12. ab---<<W1>>--_mod(34)---c{a-b--,cd}ef
  13. /2 a_  b_  -_  -_  -_  <<W1>> -_  -_  _mod(34) -_  -_  -_  c_ {a_  -_  b_  -_  -_ ,c_ _ _ _  d_ _ _ _ }e_  f_ 
  14. // Phase table obtained:
  15. a _ b _ - _ _ _ _ _ <<W1>>~ _ _ _ ~ _ ~ _ ~ _ c _ a _ ~ _ b _ ~ _ ~ _ f _ ~ -1 
  16. - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ c _ _ _ _ d _ _ _ _ ~ -1
  17.  
  18.  
  19. // Creates silence-objects after <<W1>> and between _mod(34) and _mod(0)
  20. ab---<<W1>>--_mod(34)---_mod(0)---c{a-b--,cd}ef
  21. a_  b_  -_  -_  -_  <<W1>> -_  -_  _mod(34) -_  -_  -_  _mod(0) -_  -_  -_  c_ {a_  -_  b_  -_  -_ ,c_ _ _ _  d_ _ _ _ }e_  f_ 
  22. // Phase table obtained:
  23. a _ b _ - _ _ _ _ _ <<W1>>~ _ _ _ ~ _ ~ _ ~ _ ~ _ _ _ _ _ c _ a _ - _ b _ - _ _ _ f _ -1 
  24. - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ c _ _ _ _ d _ _ _ _ -1 
  25.  
  26. // Creates silence-objects after <<W1>> and between _pitchbend(34) and _pitchbend(16384)
  27. ab---<<W1>>--_pitchbend(34)---_pitchbend(16384)---c{a-b--,cd}ef
  28. // Phase table obtained:
  29. a _ b _ - _ _ _ _ _ <<W1>>~ _ _ _ ~ _ ~ _ ~ _ ~ _ _ _ _ _ c _ a _ - _ b _ - _ _ _ f _ -1 
  30. - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ c _ _ _ _ d _ _ _ _ -1 
  31.  
  32.  
  33.  
  34.